[INFO] fetching crate uriparse 0.6.4...
[INFO] checking uriparse-0.6.4 against try#f4690f24e7d9bcb0b168a02b06dd61391e8bd55a for pr-157814-crater-rollup
[INFO] extracting crate uriparse 0.6.4 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate uriparse 0.6.4
[INFO] finished tweaking crates.io crate uriparse 0.6.4
[INFO] tweaked toml for crates.io crate uriparse 0.6.4 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate uriparse 0.6.4 on toolchain f4690f24e7d9bcb0b168a02b06dd61391e8bd55a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 54 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.2.11 (available: v0.8.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 82b4247d362c6c16c73721b2410e8d972ebef6428e3b1ce317c32020d195451e
[INFO] running `Command { std: "docker" "start" "82b4247d362c6c16c73721b2410e8d972ebef6428e3b1ce317c32020d195451e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "82b4247d362c6c16c73721b2410e8d972ebef6428e3b1ce317c32020d195451e" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "82b4247d362c6c16c73721b2410e8d972ebef6428e3b1ce317c32020d195451e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "82b4247d362c6c16c73721b2410e8d972ebef6428e3b1ce317c32020d195451e" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking uriparse v0.6.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stdout] error[E0658]: use of unstable library feature `core_intrinsics`: intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.4.2/src/impls.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use core::intrinsics::transmute;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-06-12; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0658`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rand_core` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/authority.rs:133:24
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn as_borrowed(&self) -> Authority {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn as_borrowed(&self) -> Authority<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/authority.rs:789:24
[INFO] [stdout]     |
[INFO] [stdout] 789 |     pub fn as_borrowed(&self) -> Host {
[INFO] [stdout]     |                        ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 789 |     pub fn as_borrowed(&self) -> Host<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:1081:24
[INFO] [stdout]      |
[INFO] [stdout] 1081 |     pub fn as_borrowed(&self) -> Password {
[INFO] [stdout]      |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1081 |     pub fn as_borrowed(&self) -> Password<'_> {
[INFO] [stdout]      |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:1327:24
[INFO] [stdout]      |
[INFO] [stdout] 1327 |     pub fn as_borrowed(&self) -> RegisteredName {
[INFO] [stdout]      |                        ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1327 |     pub fn as_borrowed(&self) -> RegisteredName<'_> {
[INFO] [stdout]      |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:1571:24
[INFO] [stdout]      |
[INFO] [stdout] 1571 |     pub fn as_borrowed(&self) -> Username {
[INFO] [stdout]      |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1571 |     pub fn as_borrowed(&self) -> Username<'_> {
[INFO] [stdout]      |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:2175:38
[INFO] [stdout]      |
[INFO] [stdout] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority, &[u8]), AuthorityError> {
[INFO] [stdout]      |                                      ^^^^^             ^^^^^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                      |                 |
[INFO] [stdout]      |                                      |                 the same lifetime is hidden here
[INFO] [stdout]      |                                      the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority<'_>, &[u8]), AuthorityError> {
[INFO] [stdout]      |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:2248:27
[INFO] [stdout]      |
[INFO] [stdout] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username, Option<Password>), UserInfoError> {
[INFO] [stdout]      |                           ^^^^^             ^^^^^^^^         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |                 |
[INFO] [stdout]      |                           |                 the same lifetime is hidden here
[INFO] [stdout]      |                           the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username<'_>, Option<Password<'_>>), UserInfoError> {
[INFO] [stdout]      |                                                     ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fragment.rs:62:24
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn as_borrowed(&self) -> Fragment {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn as_borrowed(&self) -> Fragment<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/path.rs:563:24
[INFO] [stdout]     |
[INFO] [stdout] 563 |     pub fn to_borrowed(&self) -> Path {
[INFO] [stdout]     |                        ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 563 |     pub fn to_borrowed(&self) -> Path<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/path.rs:737:24
[INFO] [stdout]     |
[INFO] [stdout] 737 |     pub fn as_borrowed(&self) -> Segment {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 737 |     pub fn as_borrowed(&self) -> Segment<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/path.rs:1094:33
[INFO] [stdout]      |
[INFO] [stdout] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path, &[u8]), PathError> {
[INFO] [stdout]      |                                 ^^^^^             ^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                 |                 |
[INFO] [stdout]      |                                 |                 the same lifetime is hidden here
[INFO] [stdout]      |                                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path<'_>, &[u8]), PathError> {
[INFO] [stdout]      |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/query.rs:66:24
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn as_borrowed(&self) -> Query {
[INFO] [stdout]    |                        ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn as_borrowed(&self) -> Query<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/query.rs:319:34
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query, &[u8]), QueryError> {
[INFO] [stdout]     |                                  ^^^^^             ^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                  |                 |
[INFO] [stdout]     |                                  |                 the same lifetime is hidden here
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query<'_>, &[u8]), QueryError> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/relative_reference.rs:720:24
[INFO] [stdout]     |
[INFO] [stdout] 720 |     pub fn to_borrowed(&self) -> RelativeReference {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 720 |     pub fn to_borrowed(&self) -> RelativeReference<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/scheme.rs:399:24
[INFO] [stdout]     |
[INFO] [stdout] 399 |     pub fn as_borrowed(&self) -> UnregisteredScheme {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 399 |     pub fn as_borrowed(&self) -> UnregisteredScheme<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/scheme.rs:94:32
[INFO] [stdout]      |
[INFO] [stdout]   94 |               pub fn as_borrowed(&self) -> Scheme {
[INFO] [stdout]      |                                  ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout]  746 | / schemes! {
[INFO] [stdout]  747 | |     (AAA, "aaa", SchemeStatus::Permanent);
[INFO] [stdout]  748 | |     (AAAS, "aaas", SchemeStatus::Permanent);
[INFO] [stdout]  749 | |     (About, "about", SchemeStatus::Permanent);
[INFO] [stdout] ...    |
[INFO] [stdout] 1050 | |     (Z3950S, "z39.50s", SchemeStatus::Permanent);
[INFO] [stdout] 1051 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout]   94 |             pub fn as_borrowed(&self) -> Scheme<'_> {
[INFO] [stdout]      |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/scheme.rs:176:43
[INFO] [stdout]      |
[INFO] [stdout]  176 |           pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme, &[u8]), SchemeError> {
[INFO] [stdout]      |                                             ^^^^^             ^^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                             |                 |
[INFO] [stdout]      |                                             |                 the same lifetime is hidden here
[INFO] [stdout]      |                                             the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout]  746 | / schemes! {
[INFO] [stdout]  747 | |     (AAA, "aaa", SchemeStatus::Permanent);
[INFO] [stdout]  748 | |     (AAAS, "aaas", SchemeStatus::Permanent);
[INFO] [stdout]  749 | |     (About, "about", SchemeStatus::Permanent);
[INFO] [stdout] ...    |
[INFO] [stdout] 1050 | |     (Z3950S, "z39.50s", SchemeStatus::Permanent);
[INFO] [stdout] 1051 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout]  176 |         pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme<'_>, &[u8]), SchemeError> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/scheme.rs:177:43
[INFO] [stdout]      |
[INFO] [stdout]  177 |               fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme {
[INFO] [stdout]      |                                             ^^^^^                       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                             |
[INFO] [stdout]      |                                             the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout]  746 | / schemes! {
[INFO] [stdout]  747 | |     (AAA, "aaa", SchemeStatus::Permanent);
[INFO] [stdout]  748 | |     (AAAS, "aaas", SchemeStatus::Permanent);
[INFO] [stdout]  749 | |     (About, "about", SchemeStatus::Permanent);
[INFO] [stdout] ...    |
[INFO] [stdout] 1050 | |     (Z3950S, "z39.50s", SchemeStatus::Permanent);
[INFO] [stdout] 1051 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout]  177 |             fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme<'_> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/uri.rs:869:24
[INFO] [stdout]     |
[INFO] [stdout] 869 |     pub fn to_borrowed(&self) -> URI {
[INFO] [stdout]     |                        ^^^^^     ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 869 |     pub fn to_borrowed(&self) -> URI<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/uri_reference.rs:1041:24
[INFO] [stdout]      |
[INFO] [stdout] 1041 |     pub fn to_borrowed(&self) -> URIReference {
[INFO] [stdout]      |                        ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1041 |     pub fn to_borrowed(&self) -> URIReference<'_> {
[INFO] [stdout]      |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "82b4247d362c6c16c73721b2410e8d972ebef6428e3b1ce317c32020d195451e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82b4247d362c6c16c73721b2410e8d972ebef6428e3b1ce317c32020d195451e", kill_on_drop: false }`
[INFO] [stdout] 82b4247d362c6c16c73721b2410e8d972ebef6428e3b1ce317c32020d195451e
